Labels:text | electronics | screenshot | display | software | computer icon | web page | number | operating system OCR: control.pas X control procedure TForml. Button2Click (Sender: TObject) ; var iCount : SmallInt; begin for iCount : = 0 to ComponentCount-1 do begin if Components [iCount] is TCheckBox then TCheckBox (Components [iCount]) . Checked : = False; end; end; 51: 10 Insert